*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;width:100%;font-family:'Nunito',sans-serif;color:#000;background-color:#fff;overflow:hidden}body{display:flex;align-items:center;justify-content:center;text-align:center}main{padding:1.5rem;max-width:600px;z-index:10}img{width:100px;height:auto;margin-bottom:1.5rem}h1{font-size:clamp(2.75rem,7vw,4.5rem);font-weight:900;margin-bottom:1rem;line-height:1.1}p{font-size:clamp(1rem,2.5vw,1.125rem);font-weight:400;margin-bottom:2.5rem;line-height:1.6;opacity:.8}a{display:inline-block;background-color:#FFFC00;color:#000;padding:.85rem 2.25rem;font-size:1.1rem;font-weight:700;text-decoration:none;border-radius:50px;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 14px rgba(0,0,0,0.1)}a:hover,a:focus{transform:scale(1.05);box-shadow:0 6px 20px rgba(0,0,0,0.15);outline:none}#cookie-banner{position:fixed;bottom:0;left:0;right:0;background-color:#222;color:#fff;padding:1rem;display:none;align-items:center;justify-content:center;flex-wrap:wrap;gap:1rem;z-index:100}#cookie-banner p{font-size:.875rem;margin:0;opacity:1;line-height:1.5}#cookie-banner button{background-color:#FFFC00;color:#000;border:none;padding:.5rem 1rem;font-size:.875rem;border-radius:50px;cursor:pointer;font-weight:700}#cookie-banner button:hover{opacity:.9}#animation-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}#animation-wrapper div{position:absolute;bottom:-150px;background-color:rgba(255,252,0,0.3);border-radius:50%;animation:float 15s infinite ease-in-out}.dot1{width:20px;height:20px;left:10%;animation-delay:0s;animation-duration:12s}.dot2{width:15px;height:15px;left:20%;animation-delay:2s;animation-duration:15s}.dot3{width:30px;height:30px;left:30%;animation-delay:4s;animation-duration:10s}.dot4{width:10px;height:10px;left:40%;animation-delay:1s;animation-duration:18s}.dot5{width:25px;height:25px;left:50%;animation-delay:3s;animation-duration:14s}.dot6{width:15px;height:15px;left:60%;animation-delay:5s;animation-duration:16s}.dot7{width:20px;height:20px;left:70%;animation-delay:0s;animation-duration:11s}.dot8{width:10px;height:10px;left:80%;animation-delay:2.5s;animation-duration:19s}.dot9{width:25px;height:25px;left:90%;animation-delay:1.5s;animation-duration:13s}.dot10{width:15px;height:15px;left:95%;animation-delay:3.5s;animation-duration:17s}@keyframes float{0%{transform:translateY(0);opacity:.7}100%{transform:translateY(-120vh);opacity:0}}